|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectnl.justobjects.pushlet.core.EventPullSource
public abstract class EventPullSource
ABC for specifc EventPullSources.
| Constructor Summary | |
|---|---|
EventPullSource()
|
|
| Method Summary | |
|---|---|
void |
activate()
Activate the event generator thread. |
boolean |
isAlive()
|
void |
passivate()
Deactivate the event generator thread. |
void |
run()
Main loop: sleep, generate event and publish. |
void |
start()
|
void |
stop()
Stop the event generator thread. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface nl.justobjects.pushlet.core.EventSource |
|---|
setServletContext |
| Constructor Detail |
|---|
public EventPullSource()
| Method Detail |
|---|
public void start()
public boolean isAlive()
public void stop()
stop in interface EventSourcepublic void activate()
activate in interface EventSourcepublic void passivate()
passivate in interface EventSourcepublic void run()
run in interface java.lang.Runnable
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||